-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[modbus.lambda] Lambda Heat Pump #18248
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Christian Koch <[email protected]>
Oops - I got a message that my commits were not signed off properly, so I followed the advice:
... which caused the addition of too many reviewers. I am sorry for that - what do I do now? |
First of all, I noticed that you created a merge commit ( As it looks currently this also happened to your git history. Your commits are not in a "chain" anymore but are completely mixed up with the other commits. The state you want to achieve looks like the following: ![]()
In your case the only solution I can think of is to start again:
I hope this helps. If any of the others have a better idea, please let us know. |
Based on the Stiebel Eltron bundle by Paul Frank I contribute a bundle to manage Lambda Heat Pumps as a OSG addon to the Modbus Binding.
I did some testing by adding my jar to the local addon directory.
@agio tested it with two instances of heating circuits - thank you!
@lsiepel helped a lot by reviewing and suggesting changes which resulted in a #17595
@david-pace helped to point me to work with a separate branch - see #17846
See the README.md for restrictions on usage.
The binding is based on the Modbus description of the manufacturer:
(https://lambda-wp.at/wp-content/uploads/2024/11/Modbus-Protokoll-und-Beschreibung.pdf)
A few parts of the description are not implemented. If you feel you need them, just open a request.
Compressed directory:
org.openhab.binding.modbus.lambda.zip